object SetupDlg: TSetupDlg Left = 246 Top = 115 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Setup' ClientHeight = 208 ClientWidth = 419 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Label1: TLabel Left = 21 Top = 16 Width = 88 Height = 15 Caption = 'SMTP Server' Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 21 Top = 48 Width = 104 Height = 15 Caption = 'EMail address' Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 21 Top = 80 Width = 32 Height = 15 Caption = 'Name' Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 21 Top = 112 Width = 104 Height = 15 Caption = 'Log File Name' Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 24 Top = 144 Width = 64 Height = 15 Caption = 'Encoding' Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False end object OKBtn: TBitBtn Left = 121 Top = 169 Width = 77 Height = 27 TabOrder = 4 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 221 Top = 169 Width = 77 Height = 27 TabOrder = 5 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object ServerEdit: TEdit Left = 133 Top = 8 Width = 265 Height = 22 Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 0 end object UserAddressEdit: TEdit Left = 133 Top = 40 Width = 265 Height = 22 Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 1 end object UserNameEdit: TEdit Left = 133 Top = 72 Width = 265 Height = 22 Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 2 end object LogFileNameEdit: TEdit Left = 133 Top = 104 Width = 265 Height = 22 Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 3 end object EncodeComboBox: TComboBox Left = 133 Top = 136 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'UUEncode' 'MIME') TabOrder = 6 end end